@charset "utf-8";
/* CSS Document */
footer{
    width: 100%;
    margin:0 auto;
	padding-bottom:2px;
}
.footer {
    width: 1280px;
    padding: 0 3.50rem;
   
    margin: 0 auto ;
    font: .13rem/.15rem microsoft yahei;
    /*background: #007fcc;*/
    padding-bottom: 0rem;
}

.footer .up {
	min-height:180px;
    height: auto;
    padding: .30rem 0;
	clear:both;
}

.footer .up>div {
    float: left;
    height: 100%;
}

.footer .up>div+div {
    border-right: 1px solid #ccc;
}

.footer .up>div .catname {
    padding-top: 10px;
    color: #111;
	font-weight:600;
    font-size: .17rem;
    font-family: "microsoft yahei";
    margin-bottom: 15px;
}
.footer .up .left{
    float: right;
    width: 35%;
    position: relative;
    /*background: url(../images/service.png) no-repeat;*/
    padding-left: .50rem;
}
.footer .up .left .contact {
    color: #111;
    font-size: .13rem;
    line-height: 25px;
    font-family: "microsoft yahei";
}

.footer .up .left .pic img {
    margin-top: .35rem;    
    width: 85px;
    height: 85px;
    position: absolute;
    right:0;
    top:0;
}


.footer .up .right {
    width:63%;
}

.footer .up .right ul li ul {
	margin-top:15px;
}

.footer .up .right li.l1 {
    font: .15rem/.48rem microsoft yahei;
    color: #111;
    margin-right: 0.8rem;
    float: left;
	padding-top:10px;
	width:12%;
}

.footer .up .right li a {
    color: #111;
	font-weight:600;
}
.footer .up .right li li {
	line-height:25px;
}
.footer .up .right li li span{
    color: #111;
    font-size: .13rem;
	font-weight:100;
}
.down1 {
    /*width: 12.00rem;*/
    margin: 0rem auto;
    font: .13rem/.70rem microsoft yahei;
    color: #fefefe;
    height: 45px;
    text-align: center;
    border-top: 1px solid white;
    /*border-bottom: 1px solid #016771;   */
	background-color:#0da056;	
	line-height:45px;
}

.down1 a {
    color: #fefefe;
}
.backtotop{
    padding-top: .45rem;
    width: 45px;
    height: 38px;
    font-size: .13rem;
    position: fixed;
    bottom: 3.50rem;
    right:2.40rem;
    background: #0da056 url(../images/up.png) center  no-repeat; 
    /*background-size: .29rem;*/
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: none;
}

